home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 472 b | 15 lines | [TEXT/ScoM] |
- HOW TO ACCESS SECTIONS
-
- >I want to do the same for sections but I have no idea about the SCOM
- >section data structure. I have not found any class of type section or
- >similar and some slots to access.
- >If I use def-section sect1.... How can I access the data of section sect1?
-
- Try these
-
- (get-value-or-default ind instr part)
- (get-value-or-default 'length 'bass 'sect1)
-
- (get 'section-instruments 'sect1) returns a list of instruments
- that are defined for the section.
-